home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / scrnc102.zip / READ.ME < prev    next >
Text File  |  1988-06-07  |  5KB  |  124 lines

  1. Contents of this Package
  2. ------------------------
  3.  
  4. read.me       This file: contents, deSCRNCHing info, etc.
  5. scrdoc.com    Documentation, SCRNCHed
  6. scrnch.com    SCRNCH program
  7. scre2b.com    Convert .EXE to .COM
  8. scrb2e.com    Convert .COM to .EXE
  9. testr.bat     For testing Run Mode exit .TXT files
  10. testw.bat     For testing Write Mode exit .TXT files
  11. compress.bat  SCRNCH an .EXE or .COM program in Run Mode
  12. scrxr.stb     Program portion of Run Mode sample exit
  13. scrxw.stb     Program portion of Write Mode sample exit
  14. scrxr.txt     Text portion of Run Mode sample exit
  15. scrxw.txt     Text portion of Write Mode sample exit
  16. scrxr.bin     Run Mode sample exit
  17. scrxw.bin     Write Mode sample exit
  18. prtparm.com   A sample program to be SCRNCHed
  19.  
  20.  
  21. What to do first
  22. ----------------
  23.  
  24. At the DOS prompt, type SCRDOC.  You will see instructions
  25. telling you how to create the documentation file.
  26.  
  27.  
  28. Introduction to SCRNCH
  29. ----------------------
  30.  
  31. SCRNCH is a data compressor designed for people, such as software
  32. developers, who need to send programs or files to a large number
  33. of people cheaply.  It provides a high degree of compression and
  34. the ability to customize the self-extracting compressed file.
  35. SCRNCH takes its time to produce optimal compression, but
  36. decompression is automatic and very fast. Graeme W. McRae is a
  37. Member of the Association of Shareware Professionals.
  38.  
  39. Keywords: SCRNCH DATA COMPRESSOR COMPACT SCRUNCH COMPRESSION
  40. COMPRESS SELF EXTRACTING SELF BOOTING
  41.  
  42.  
  43. Common Difficulties
  44. -------------------
  45.  
  46. If you're SCRNCHing a large file, be sure to use the .EXE extension
  47. on the output file.  The .COM extension will be accepted, but the
  48. resulting .COM file will be too large for DOS to execute.
  49. Example: scrnch /e manual.doc mandoc.exe
  50.  
  51. If you're SCRNCHing a data file (that is, in Write Mode) you
  52. almost certainly want to use the /e option.  When in doubt,
  53. try it, and you'll see what it does for you!
  54.  
  55. If the file you SCRNCHed was a binary file, then it might contain
  56. the Ctrl-Z character. If the user tries to deSCRNCH the file to a
  57. character device, such as standard output, he might see an
  58. erroneous "Disk Full" message.  To avoid this, include
  59. instructions for the user explaining how not to deSCRNCH binary
  60. files to the terminal or to the printer. On the other hand, if
  61. the file you SCRNCHed was a text file, then it is perfectly OK
  62. for the file to end with Ctrl-Z, and the user will not see any
  63. error message.
  64.  
  65.  
  66. Troubleshooting
  67. ---------------
  68.  
  69. If you don't get the expected result, perhaps there is an error.
  70. Look for the following error messages:
  71.  
  72. Program too big to fit in memory.
  73.  
  74.      If the program is a .COM file and it is larger than 64K, you
  75.      should rerun SCRNCH, specifying the .EXE extension on the
  76.      output file.  If the program you're trying to run already
  77.      contains the .EXE extension, this message can mean there is
  78.      an error in the .EXE header.  Large .EXE files don't work
  79.      properly under the IBM Workstation Program; try rebooting
  80.      without it.  Or perhaps the program really is too big to fit
  81.      in memory.
  82.  
  83. Out of memory.
  84.  
  85.      This means you must remove some resident software from
  86.      memory.  Try rebooting, perhaps from the DOS distribution
  87.      diskette, and then try deSCRNCHing again.  You need at least
  88.      140K available to run SCRDOC.
  89.  
  90. Bad copy.
  91.  
  92.      This means your copy of SCRDOC.COM has an error in it. You
  93.      should obtain a new copy.
  94.  
  95. Error writing.
  96.  
  97.      Perhaps there is a problem with the disk drive or media
  98.      you're writing to.  Narrow down the problem by using other
  99.      programs (e.g. the DOS COPY command) to attempt to write to
  100.      the same disk.
  101.  
  102. Disk full.
  103.  
  104.      You'll have to clear away some space, and then try
  105.      deSCRNCHing again.  If you're using a floppy disk, be sure
  106.      it is formatted properly.
  107.  
  108.      If you're deSCRNCHing to the console or to the printer,
  109.      this message may be erroneously issued.  You may ignore it.
  110.  
  111.  
  112. History
  113. -------
  114.  
  115. 01/31/88 SCRNCH Version 1.00 released.
  116. 02/12/88 Version 1.01 fixed a but that prevented SCRNCHing files
  117.          larger than 1 meg.
  118. 02/21/88 Fixed misleading documentation regarding .EXE output files.
  119. 03/03/88 Fixed erroneous "bad copy" message in >64K Run Mode
  120. 03/03/88 Improved deSCRNCHing performance (size increased slightly)
  121. 03/26/88 Write Mode now requires no more than 140K to deSCRNCH
  122. 03/28/88 SCRE2B and SCRB2E added to package, Version 1.02 distributed.
  123. 04/04/88 Fixed bug where COMPRESS.BAT deleted .EXE output
  124.